Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

248 orchestration depositForBurn #11037

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Conversation

Chris-Hibbert
Copy link
Contributor

@Chris-Hibbert Chris-Hibbert commented Feb 21, 2025

closes: #251
refs: #XXXX

Description

Support for depositForBurn in orchestration. Thanks for much help from @dckc and @0xpatrickdev.

Waiting for #11007. I started working on generalizing chainIDs, but #11007 is canonical.

The current state doesn't repair lint errors relating to chainIDs, and will need to be reconciled when that's final.

Security Considerations

No special hazards.

Scaling Considerations

This just transmits instructions. No records are kept. No particular consequence of high transaction volume.

Documentation Considerations

No impact.

Testing Considerations

Runs tests using mock bridges. More thorough testing will be called for on a testNet.

Upgrade Considerations

No particular impact on upgrade.

@Chris-Hibbert Chris-Hibbert added enhancement New feature or request orchestration The Agoric Orchestration Platform labels Feb 21, 2025
@Chris-Hibbert Chris-Hibbert self-assigned this Feb 21, 2025
@Chris-Hibbert Chris-Hibbert requested a review from a team as a code owner February 21, 2025 22:10
@Chris-Hibbert Chris-Hibbert marked this pull request as draft February 21, 2025 22:10
@Chris-Hibbert Chris-Hibbert force-pushed the 248-orch-depositForBurn branch from d739417 to 0abd3e5 Compare February 21, 2025 23:29
Copy link

cloudflare-workers-and-pages bot commented Feb 21, 2025

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: c53d369
Status: ✅  Deploy successful!
Preview URL: https://6fa24239.agoric-sdk.pages.dev
Branch Preview URL: https://248-orch-depositforburn.agoric-sdk.pages.dev

View logs

@Chris-Hibbert Chris-Hibbert force-pushed the 248-orch-depositForBurn branch 3 times, most recently from db7718d to 2d757f2 Compare March 3, 2025 18:37
@Chris-Hibbert Chris-Hibbert force-pushed the 248-orch-depositForBurn branch from 9a7ff8a to 86cd97d Compare March 5, 2025 22:34
Fail`Chain Info not found for ${q(chainId)}`;
const chainName = chainIdToChainName.get(chainId);
chainInfos.has(chainName) || Fail`Chain Info not found for ${q(chainId)}`;
return /** @type {ActualChainInfo<chainName>} */ (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense that getChainInfo returns ActualChainInfo<K>, while this returns Vow<ActualChainInfo<K>>?

@Chris-Hibbert Chris-Hibbert force-pushed the 248-orch-depositForBurn branch from 86cd97d to c53d369 Compare March 6, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request orchestration The Agoric Orchestration Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants